CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 8 queen

搜索资源列表

  1. eightking

    0下载:
  2. 八皇后算法,vc++ 6.0编译,使用的递归-8 Queen' s algorithm, vc++ 6.0 compiler, using the recursive
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:168016
    • 提供者:ISugar
  1. 8Queen

    0下载:
  2. this source is for 8 queen, that i write by C\C++.
  3. 所属分类:Game Program

    • 发布日期:2017-04-25
    • 文件大小:45170
    • 提供者:jam
  1. eight_queen

    0下载:
  2. i have implemented 8-queen using backtracing with forward checking. I have shown it on a chess board so everyone can understand the underlying algorithm easily. For more information goto http://rooparam.blogspot.com
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:168618
    • 提供者:rrc
  1. 8PUZZLE

    0下载:
  2. program to calculate 8 queen simulation
  3. 所属分类:Other Games

    • 发布日期:2017-04-13
    • 文件大小:2052
    • 提供者:shrihari
  1. bahuanghou

    0下载:
  2. 八皇后 c++编程的小游戏 适合初学者 -8 Queen' s c++ game programming for beginners
  3. 所属分类:Game Program

    • 发布日期:2017-04-08
    • 文件大小:585186
    • 提供者:吴多富
  1. queen

    0下载:
  2. 在8*8的国际象棋的棋盘上摆8个皇后,使他们之间不能相互攻击。即任意两个皇后不能位于同一行、同一列或同一对角线上。以下为一种可能,请求出共有多少种可能。-8* 8 chess board put eight queens, so that between them can not attack each other. That any two of the Queen can not in the same row, same column or the same diagonal. The
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:128994
    • 提供者:大为
  1. 8QUEEN

    0下载:
  2. it solves the 8 queen problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1024
    • 提供者:lordaragorn
  1. EightQueen

    0下载:
  2. 八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的-8 Queen is an old and interesting game, is a Gaussian first proposed in 1850
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5856
    • 提供者:谢云翔
  1. 8Q

    0下载:
  2. consists of the 8 queen`s puzzle
  3. 所属分类:Game Program

    • 发布日期:2017-04-24
    • 文件大小:12784
    • 提供者:Dhanasekar
  1. bahuanghou

    0下载:
  2.  八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight queens problem is an old and well-known problem is a typical example backtracking algorithm. The problem is that the nineteenth c
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:125688
    • 提供者:刘超群
  1. queen

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出: 在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上. -Eight queens problem is an old and well-known problem is a typical example backtracking algorithm. The problem is that the famous mathemati
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:961
    • 提供者:wu
  1. The_Eight_Queens_in_java

    0下载:
  2. This the code for 8 Queen prob in Java-This is the code for 8 Queen prob in Java...
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:1238
    • 提供者:Arun Sankar
  1. 8queen_in_c

    0下载:
  2. This the code for 8 Queen prob in C-This is the code for 8 Queen prob in C...
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2615
    • 提供者:Arun Sankar
  1. 8Queen

    0下载:
  2. 8 Queen game with c++ console app
  3. 所属分类:AI-NN-PR

  1. 8QueenPuzzle

    0下载:
  2. a solution in c++ for 8 queen puzzle
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:729
    • 提供者:hamz
  1. 3D_java_JOGL_nQueen_Problem_Animation

    0下载:
  2. 3D animated 8 Queen Problem, using brute force and recursive algorithm, source code using java GUI and openGl programming. With explanation and detail animation.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-07
    • 文件大小:1185051
    • 提供者:sgt
  1. Queen

    0下载:
  2. 八皇后问题优化解答,C++源代码上传,较为优化的算法实现-Question of 8-Queens, source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:402947
    • 提供者:赵博
  1. Queen

    0下载:
  2. 8*8的国际象棋盘,每行放一个皇后,且每行每列不重复,递归解决八皇后问题-8* 8 chess set, put a queen per row, each column and each row will not repeat, the eight queens problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:544
    • 提供者:fangjuan
  1. Queen

    0下载:
  2. 8*8的国际象棋盘,每行放一个皇后,保证每行每列只有一个皇后,非递归方法解决八皇后问题-8* 8 chess set, put a queen each line to ensure that each row and each column has only one queen, non-recursive method to solve the eight queens problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:571
    • 提供者:fangjuan
  1. nhuanghou

    0下载:
  2. n皇后问题解法,最典型的是8皇后,用于递归回溯法的经典案例。-n queens solution, the most typical is 8 Queen, for a classic example of a recursive backtracking.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:105974
    • 提供者:刘冰淇
« 1 2 3 4 5 6 7 89 10 11 12 13 14 15 »
搜珍网 www.dssz.com